projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db1d3cf
)
(calendar-print-hebrew-date): Change to use calendar-hebrew-date-string.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 31 Jan 1994 16:16:05 +0000
(16:16 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 31 Jan 1994 16:16:05 +0000
(16:16 +0000)
lisp/calendar/calendar.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index 1954e8a9d6520dee92f85f50348626cc3cf89747..366e5c243deafd594fe6225e592238a33bf3dd73 100644
(file)
--- a/
lisp/calendar/calendar.el
+++ b/
lisp/calendar/calendar.el
@@
-3003,9
+3003,8
@@
Driven by the variable `calendar-date-display-form'."
(interactive)
(message "Hebrew date (until sunset): %s"
(calendar-hebrew-date-string
- (calendar-hebrew-from-absolute
- (or (calendar-cursor-to-date)
- (error "Cursor is not on a date!"))))))
+ (or (calendar-cursor-to-date)
+ (error "Cursor is not on a date!")))))
(defun hebrew-calendar-yahrzeit (death-date year)
"Absolute date of the anniversary of Hebrew DEATH-DATE in Hebrew YEAR."